ComponentOne ASP.NET MVC Controls
AllowMaximize Method (TileBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > TileBuilder<TControl,TBuilder> Class : AllowMaximize Method
The value.
Configurates C1.Web.Mvc.Tile.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized.
Syntax
'Declaration
 
Public Function AllowMaximize( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder AllowMaximize( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TileBuilder<TControl,TBuilder> Class
TileBuilder<TControl,TBuilder> Members